搜索结果
2016-06-28
docker全攻略
2016-06-28
docker即学即用
2015-11-21
docker容器是cst 时间,java 应用获取都是utc 时间
docker启动的时候,与宿主机时间cst 同步的(-v /etc/localtime:/etc/localtime:ro )但是docket 中的应用(java web )获取的时间都是utc 时间。请大侠给个提示。
2015-10-27
关于 docker执行时遇到的小错误?
执行sudo
dockerrun -i -t ubuntu /bin/bash 出现下面的问题是什么原因?unable to find image ubuntu:latest locally latest: pulling from library/ubuntu c63fb41c2213: pulling fs layer 99fcaefe76ef: pulling fs layer 5a4526e952f0: pulling fs layer 1d073211c498: pulling fs layer pulling repository docker.io/library/ubuntu error while pulling image: get https://index.docker.io/v1/repositories/library/ubuntu/images: net/http: tls handshake timeout
2015-10-22
对于一 些特殊的设备, docker是不支持的对么?
一些通用设备,像声卡网卡,这
些docker都能支持。但是比较特殊的设备,比如插在pci 卡槽上的语音卡(用来控制电话线路,通过电脑做外呼,常用于呼叫中心)。这个设备,就算在宿主机器安装了驱动,依然无法通过
docker控制,对么
2015-10-21
dockerrun 启动一个容器出错
通过
dockerrun -d -p 60080:80 --name nginx nginx 启动报错fata 0000 error response from daemon: cannot start container 02e50c603d4b6cab0a60326a9446f277435fee2d62801af45f6f3a65e1bc471f: exit status 1 通过
dockerrun -d --name nginx nginx 启动成功请各位
docker大虾看看怎么回事,谢谢!
2015-10-21
docker周刊第104 期: docker全球黑客日落下帷幕,各种大奖揭晓:
docker全球黑客日落下帷幕,各种大奖揭晓:
docker全球黑客日落下帷幕,各种大奖揭晓:and the winners of
dockerglobal hack day 3 are... over  2 000 community members attended  the 50 local editions of 
dockerhack day 3. kudos to the 
dockercommunity  and
dockermeetup organizers for helping organize this hands-on  event the teams that won first-place for their
dockerhacks in the global edition of
dockerglobal hack day 3 are: plugins:  scaleswarm  by  ankush agarwal  and  harshit mittal plumbing:  container migration tool  by  marcos lilljedahl   jonathan leibiusky  and  gabriel eisbruch freestyle:  on-demand
2015-10-19
关于 docker概念的小问题
各位大神,看不懂-i 表示同步container 的stdin ,-t 表示分配一个伪终端里的stdin ,伪终端概念,应该去补
哪方面的知识?
2015-10-05
非宿主机访问 docker容器问题
简单介绍一下我的环境:1 、
docker宿主机(os:centos7 ip :192.168.0.100 )2 、宿主机中用brctl 新建一个虚拟网桥bridge0 (brctl addbr bridge0 ),并分配ip 为192.168.227.1 (ifconfig bridge0 192.168.22 7.1 netmask 255.255.255.0 )3 、然后
docker容器以网桥方式用pipework 挂到bridge0 下:
dockerrun -idt --privileged -h h2 -p 80:80 --net none --name h2 7322fbe74aa5 /sbin/init pipework bridge0 h2 192.168.227.2/24 192.168.227.1 综上所诉:宿主机和非宿主机都是192.168.0 网段;而
docker
2015-09-29



